home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / terms / tinyterminal-1.0.lha / makefile next >
Encoding:
Makefile  |  1990-08-09  |  108 b   |  9 lines

  1. tt: tt.o
  2.     ln tt -lc16
  3.  
  4. tt.o: tt.c tt.sym
  5.     cc -ps -hitt.sym tt
  6.  
  7. tt.sym: tt.h
  8.     cc -ps -hott.sym tt.h
  9.